-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dbft: replace boring cycle with fancy condition #123
Conversation
It's obviously better this way. Signed-off-by: Roman Khimov <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #123 +/- ##
==========================================
+ Coverage 59.35% 59.38% +0.03%
==========================================
Files 32 32
Lines 1823 1817 -6
==========================================
- Hits 1082 1079 -3
+ Misses 661 659 -2
+ Partials 80 79 -1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, changelog is not updated, but the job is not even started, need to check if it works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
magic
This doesn't change the behavior in any way. |
It's obviously better this way.